DataCollection | ComponentOne
C1.DataCollection.SignalR.Server Assembly / C1.DataCollection.SignalR.Server Namespace / C1DataCollectionHub<T> Class
Properties Methods


In This Topic
    C1DataCollectionHub<T> Class Members
    In This Topic

    The following tables list the members exposed by C1DataCollectionHub<T>.

    Public Properties
     NameDescription
    Public PropertyGets the clients of the hub.  
    Public Property (Inherited from Microsoft.AspNetCore.SignalR.Hub)
    Public Property (Inherited from Microsoft.AspNetCore.SignalR.Hub)
    Public PropertyThe source collection to be shadowed.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from Microsoft.AspNetCore.SignalR.Hub)
    Public MethodGets a page of data as specified in the parameters.  
    Public MethodInitializes the collection.  
    Public MethodInserts the specified item at the specified index in the collection.  
    Public MethodLoad more items into the collection.  
    Public MethodMoves an item from the specified position to the new one.  
    Public MethodOverridden.   
    Public MethodOverridden.   
    Public MethodRemoves the item at the specified index from the collection.  
    Public MethodReplaces the item at the specified index by the new specified item.  
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the collection to be shadowed.  
    Top
    See Also